+2005-09-18 Øyvind Kolås <pippin@gimp.org>
+
+ * babl/babl.c: (babl_init),
+ * babl/babl.h: made babl_fish variadic.
+
2005-09-18 Øyvind Kolås <pippin@gimp.org>
* babl/babl-memory.[ch]: (babl_free), (babl_realloc): made babl_free
* either strings with the names of the formats or BablFormat objects.
*/
Babl * babl_fish (void *source_format,
- void *destination_format);
+ void *destination_format,
+ ...);
/** Process n pixels from source to destination using babl_fish,
* returns number of pixels converted.